@import '_content/Majorsoft.Blazor.Components.Common.JsInterop/Majorsoft.Blazor.Components.Common.JsInterop.bundle.scp.css';

/* _content/SmallProject web Blazor/Pages/Components/MyCheckBox.razor.rz.scp.css */
.mych-main[b-b39tx35dp2] {
    display: flex;
    cursor: pointer;
}

.mych-checked[b-b39tx35dp2] {
    background: #007bff;
}

.mych-unchcked[b-b39tx35dp2] {
    background: unset;
}


.mych-box[b-b39tx35dp2] {
    border: 1px solid #007bff;
    width: 18px;
    height: 17px;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
}


.mych-text[b-b39tx35dp2] {
    margin-right: 8px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 1px;
    color: black;
}
/* _content/SmallProject web Blazor/Pages/Components/SelectBox.razor.rz.scp.css */


.select-box[b-v9xyc7phrt] {
    position: relative;
    display: flex;
    margin-top:16px;
    flex-direction: column;
    
}

    .select-box .options-container[b-v9xyc7phrt] {
        background: #F5F5F5;
        color: #444;
        max-height: 0;
        width: 100%;
        opacity: 0;
        transition: all 0.4s;
        border-radius: 8px;
        overflow: hidden;
        order: 1;
        position: absolute;
        z-index: 100;
    }

.titlebar-selectBox[b-v9xyc7phrt] {
    position: relative;
    order: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

    .titlebar-selectBox[b-v9xyc7phrt]::after {
        content : "";
        position: absolute;
        height: 100%;
        width: 32px;
        right: 10px;
        top: 5px;
        transition: all 0.4s;
    }

.select-box .options-container.active[b-v9xyc7phrt] {
    max-height: 240px;
    opacity: 1;
    overflow-y: scroll;
    margin-top: 40px;
}       

  /*  .select-box .options-container.active + .titlebar-selectBox::after {
        transform: rotateX(180deg);
        top: -6px;
    }*/

.select-box .options-container[b-v9xyc7phrt]::-webkit-scrollbar {
    width: 8px;
    background: #f4f4f4;
    border-radius: 0 8px 8px 0;
}

.select-box .options-container[b-v9xyc7phrt]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 0 8px 8px 0;
}

.select-box .option-box[b-v9xyc7phrt],
.titlebar-selectBox[b-v9xyc7phrt] {
    padding-top: 12px;
    cursor: pointer;
}

.option-box[b-v9xyc7phrt] {
    padding-right: 16px;
}

.select-box .option-box:hover[b-v9xyc7phrt] {
    background: #d9d9d9;
}

.select-box label[b-v9xyc7phrt] {
    cursor: pointer;
}

.select-box .option-box .radio[b-v9xyc7phrt] {
    display: none;
}

/* Searchbox */

.search-box input[b-v9xyc7phrt] {
    width: 100%;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
    /*position: absolute;*/
    border-radius: 8px 8px 0 0;
    z-index: 100;
    border: 8px solid #f5f5f5;
/*    opacity: 0;
    pointer-events: none;*/
    transition: all 0.4s;
}

    .search-box input:focus[b-v9xyc7phrt] {
        outline: none;
    }

.select-box .options-container.active ~ .search-box input[b-v9xyc7phrt] {
    opacity: 1;
    pointer-events: auto;
}
/* _content/SmallProject web Blazor/Pages/Components/SelectImage.razor.rz.scp.css */
.upload_title[b-0jxxo621od] {
    text-align: center;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
}

.subTtile[b-0jxxo621od] {
    text-align: center;
    margin-bottom: 8px;
    font-size: 12px;

}



  

.containerImageUpload[b-0jxxo621od] {
    width: 150px;
    height: 150px;
    background-color: #f5f5f5;
    border: 2px solid #c9c9c9;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    margin-right: 8px;
    margin-left: 8px;
}

    .containerImageUpload .imageMain[b-0jxxo621od] {
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 25px;
    }
    .containerImageUpload .opcityUpload[b-0jxxo621od] {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: white;
        opacity: 0.2;
        border-radius: 25px;
    }
/* _content/SmallProject web Blazor/Pages/Components/Slider/Slider.razor.rz.scp.css */
*[b-s8f53a9stq] {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container[b-s8f53a9stq] {
    max-width: 1000px;
    position: relative;
    margin: auto;
    direction: ltr;
}

/* Hide the images by default */
.mySlides[b-s8f53a9stq] {
    display: none;
}

/* Next & previous buttons */
.prev[b-s8f53a9stq], .next[b-s8f53a9stq] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next[b-s8f53a9stq] {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover[b-s8f53a9stq], .next:hover[b-s8f53a9stq] {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text[b-s8f53a9stq] {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext[b-s8f53a9stq] {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot[b-s8f53a9stq] {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active[b-s8f53a9stq], .dot:hover[b-s8f53a9stq] {
        background-color: #717171;
    }

/* Fading animation */
.fade[b-s8f53a9stq] {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade-b-s8f53a9stq;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade-b-s8f53a9stq {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/* _content/SmallProject web Blazor/Pages/Components/Step-bar/Stepbar.razor.rz.scp.css */
.container[b-ob41ltq2sq] {
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    position: sticky;
}

.margin-l[b-ob41ltq2sq]{
    margin-left:12px;
}

.rtl[b-ob41ltq2sq]{
    direction: rtl;
}

.ltr[b-ob41ltq2sq]{
    direction: ltr;
}

img[b-ob41ltq2sq] {
    width: 25px;
    margin-bottom:8px;
}

ul[b-ob41ltq2sq] {
    padding-left: 0px;
    padding-right: 0px;
}

.conent-image[b-ob41ltq2sq] {
    width: 100%;
    text-align: center;
}

.parrent-image[b-ob41ltq2sq] {
    display: flex;
}

.progressbar[b-ob41ltq2sq] {
    display: flex;
    counter-reset: step;
}

.activeProgress[b-ob41ltq2sq] {
}

.progressbar li[b-ob41ltq2sq] {
    list-style-type: none;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

    .progressbar li[b-ob41ltq2sq]:before {
        content: counter(step);
        counter-increment: step;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border: 1px solid #ddd;
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        background-color: #f9f9f9;
    }


    .progressbar li[b-ob41ltq2sq]:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #ddd;
        top: 10px;
        left: -50%;
        right: -50%;
        z-index: -1;
    }


    .progressbar li:first-child[b-ob41ltq2sq]:after {
        content: none;
    }

    .progressbar li.active[b-ob41ltq2sq] {
        color: #0a56c7;
    }

        .progressbar li.active[b-ob41ltq2sq]:before {
            border-color: #0a56c7;
            background-color: #0a56c7;
            color: white;
        }

    .progressbar li.activeProgress + li[b-ob41ltq2sq]:after {
        background-color: #0a56c7;
    }
/* _content/SmallProject web Blazor/Pages/Products/Carts.razor.rz.scp.css */
.enableCheck[b-67xxtjzrq6]{
    opacity : 1;
}

.disibleCheck[b-67xxtjzrq6] {
    opacity: 0.4;
}

.text[b-67xxtjzrq6] {
    font-size: 13px;
    margin-top: 8px;
    color: #444444;
    font-weight: bold;
    text-align: right;
}

.subText[b-67xxtjzrq6] {
    font-size: 14px;
    color: #6b6b6b;
}


.priceTxt[b-67xxtjzrq6] {
    font-weight: bold;
    color: #01589f;
    text-align: left;
    font-size: 12px;
    margin-right: 16px;
}

.content2[b-67xxtjzrq6] {
    margin-right: 16px;
}

.main-content[b-67xxtjzrq6] {
    display: flex;
}

.content-remove[b-67xxtjzrq6] {
    margin-right: 16px;
    margin-top: 10px;
    background-color: #e8e8e8;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

/* _content/SmallProject web Blazor/Pages/Products/ContentProduct.razor.rz.scp.css */
body[b-0c2guzbaon] {
}

*[b-0c2guzbaon] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.flex-container[b-0c2guzbaon] {

    display: flex;
    /*flex-wrap: wrap;*/
    /*flex-direction: column;*/
    flex-flow: wrap row;
    justify-content: center;
}

    .flex-container > div[b-0c2guzbaon] {
        margin: 8px;
        padding: 8px;
        font-size: 30px;
    }

.cartview[b-0c2guzbaon] {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    border-radius: 6px;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    /*justify-content: flex-end;*/
    align-items: flex-start;
}

.image-cart[b-0c2guzbaon] {
    width: 100%;
    height: 220px;
    border-radius: 6px;
}

.content-cart[b-0c2guzbaon] {
    padding-right: 16px;
    display: flex;
    flex-flow: wrap column;
    text-align: right;
    justify-items: flex-end;
}

.content-text[b-0c2guzbaon] {
    padding-right: 16px;
    display: flex;
    flex-flow: wrap column;
    text-align: right;
    justify-items: flex-end;
    flex-basis: 100%;
    margin-top: 8px;
}

.text[b-0c2guzbaon] {
    font-size: 15px;
    margin-top: 8px;
    color: #444444;
    font-weight: bold;
}

.subText[b-0c2guzbaon] {
    font-size: 14px;
    color: #6b6b6b;

}


.priceTxt[b-0c2guzbaon] {
    color: #01589f;
    text-align: right;
    font-weight: bold;
}



.line[b-0c2guzbaon] {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.btn-add-basket[b-0c2guzbaon] {
    text-align: center;
    font-size: 16px;
    background-color: bisque;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 6px;
    margin-top: 8px;
}


@media screen and (min-width: 800px) {

    .image-cart[b-0c2guzbaon] {
        width: 230px;
        height: 160px;
        border-radius: 6px;
    }

}

/* _content/SmallProject web Blazor/Pages/Products/CV_AddToCart.razor.rz.scp.css */
body[b-8walnyjcnx] {
}

.parrent_btnaddremove[b-8walnyjcnx] {
    display: flex;
}


.textBetween_addremove[b-8walnyjcnx] {
    width: 40px;
    text-align: center;
    padding-top: 15px;
    font-size: 12px;
    font-weight: bold;
}

.btnaddremove[b-8walnyjcnx]{
    text-align: center;
    font-size: 13px;
    padding-top: 4px;
    border-radius: 6px;
    margin-top: 10px;
    height: 22px;
    width: 22px;
    border: 1px solid #01589f;
    color: #01589f;
    cursor: pointer;
    font-weight: bold;
}

.disibleBtnAddRemove[b-8walnyjcnx] {
    border: 1px solid #9A9A9A;
    color: #9A9A9A;
}


/* _content/SmallProject web Blazor/Pages/Products/CV_ShowPrice.razor.rz.scp.css */
.txtPriceLess[b-sd8e7q21m5]{
    margin-top: 16px;
    cursor: pointer;
}

.txtParentPriceCV[b-sd8e7q21m5] {
    flex-grow: 1;
    display: flex;
    flex-flow: column;

    height: 40px;
}
/* _content/SmallProject web Blazor/Pages/Products/Fartors/ItemListFactor.razor.rz.scp.css */
.cotent-splitter[b-30vv1rru3b] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    margin-top: 16px;
    font-size: 13px;
}



.parrent-cart-factor[b-30vv1rru3b] {
    width: 100%;
    flex-basis: 100%;
    padding-left: 16px;
}

@media screen and (min-width: 1000px) {

    .parrent-cart-factor[b-30vv1rru3b] {
        width: 100%;
        flex-basis: 100%;
        padding-left: 16px;
    }

}


@media screen and (min-width: 1330px) {

    .parrent-cart-factor[b-30vv1rru3b] {
        width: 100%;
        flex-basis: 50%;
        padding-left: 16px;
    }

}

.item-splitter[b-30vv1rru3b] {
    flex-basis: 50%;
    display: flex;
}

.textTitle-splitter[b-30vv1rru3b]{
    margin-left: 16px;

}


.textContent-splitter[b-30vv1rru3b] {
    font-weight: bold;
}
/* _content/SmallProject web Blazor/Pages/Products/Fartors/ShowFactorDetails.razor.rz.scp.css */
/*View Box*/

.boxView[b-pquwasbw3h] {
    background-color: #F5F5F5;
    display: flex;
    padding: 16px;
    font-size: 13px;
}

.boxViewItems[b-pquwasbw3h] {
    color: black;
    display: flex;
    font-weight: bold;
    padding: 16px;
    font-size: 13px;
}

.VL[b-pquwasbw3h] {
    height: 15px;
    width: 1.5px;
    background: #c5c5c5;
}

/*Parameters*/

.main-parameters[b-pquwasbw3h] {
    display: flex;
    padding: 16px;

}

.item-parameter[b-pquwasbw3h] {
    display: flex;
    flex-basis: 100%;
    flex-flow: column;
    text-align: center;
}

.sub-parameter-title[b-pquwasbw3h] {
    color: black;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 8px;
}

.sub-parameter-content[b-pquwasbw3h] {
    color: #444444;
    margin-top:4px;
    font-size: 13px;
}



/* _content/SmallProject web Blazor/Pages/Products/ItemProduct.razor.rz.scp.css */
/* _content/SmallProject web Blazor/Pages/Products/ItemProductSmall.razor.rz.scp.css */
.parrent-cart[b-izdu9karvi]{
     width: 150px; 
}


.cartview[b-izdu9karvi]{
    margin: 8px;
    padding: 8px;
    background: #FFFFFF;
    box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 10%);
    border-radius: 6px;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
}

.image-cart[b-izdu9karvi] {
    height: 80px;
    border-radius: 6px;
    width: 120px;
}

img[b-izdu9karvi] {
    vertical-align: middle;
    border-style: none;
}

.content-cart[b-4h464hk56s][b-izdu9karvi] {
    height: 100%;
    margin-right: 8px;
    display: flex;
    flex-flow: wrap column;
    text-align: right;
    justify-items: flex-end;
}

.priceTxt[b-izdu9karvi] {
    color: #01589f;
    text-align: left;
    font-size: 12px;
}

.subText[b-izdu9karvi]{
    font-size: 14px;
    color: #6b6b6b;
}

.text[b-izdu9karvi] {
    color: #444444;
    font-size: 12px;
    margin-top: 4px;
}
/* _content/SmallProject web Blazor/Pages/Products/ListProducts.razor.rz.scp.css */
.box-search[b-k1h15ogsad] {
    display: flex;
    font-size: 13px;
    height: 30px;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 25px;
    border: 1px solid #e5e9ed;
    cursor: pointer;
    margin-left:8px;
}

    .box-search .icon-sidebar[b-k1h15ogsad] {
        font-size: 25px;
        margin-right: 16px;
    }

    .box-search div[b-k1h15ogsad] {
        text-align: center;
        flex-basis: 100%;
        padding: 0px 16px;
    }

.icon-remove-search[b-k1h15ogsad] {
    font-size: 35px;
    padding: 4px 0px;
    color: red;
}

/* _content/SmallProject web Blazor/Pages/Products/ListVideos.razor.rz.scp.css */

.video-items-layer .video-item[b-ef3vapiw5z] {
    border: 1px dashed #d7e0e9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    padding: 6px 6px;
    margin-bottom: 15px;
    margin-right: 16px;
    margin-left: 16px;

}

    .video-items-layer .video-item .video-num[b-ef3vapiw5z] {
        border: 2px solid #65bc4f;
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #556167;
        position: absolute;
        right: -15px;
        top: 17px;
        background-color: #fff;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

.video-item .container-video[b-ef3vapiw5z] {
    height: 50px;
    display: flex;
    align-items: center;
}

    .video-item .container-video .main[b-ef3vapiw5z] {
        flex-grow: 1;
        text-align: right;
        padding-right: 16px;
    }



    .video-item .container-video .line2[b-ef3vapiw5z] {
        width: 2px;
        height: 30px;
        margin-left: 10px;
        background-color: #d1d1d1;
        border-radius: 25px;
    }

    .video-item .container-video .txtTitle[b-ef3vapiw5z] {
        font-size: 14px;
        font-weight: bold;
    }

    .video-item .container-video .txtSubTitle[b-ef3vapiw5z] {
        font-size: 12px;
        margin-top: 8px;
        color: gray;
    }
/* _content/SmallProject web Blazor/Pages/Products/NewProduct.razor.rz.scp.css */
body[b-nxslifpywv] {
}


.content-div-form[b-nxslifpywv] {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}


.from-content[b-nxslifpywv]{
    width: 100%;
    margin-top: 16px;
}

.parrent-cart[b-nxslifpywv] {
    width: 100%;
    flex-basis: 100%;
}

.div-sub[b-nxslifpywv]{
    margin-right: 8px;
}

.lable-content[b-nxslifpywv] {
    font-size: 13px;
    margin-top: 16px;
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
}

input[b-nxslifpywv] {
    direction: rtl;
}

@media screen and (min-width: 1000px) {

    .parrent-cart[b-nxslifpywv] {
        width: 100%;
        flex-basis: 50%;
    }
}


@media screen and (min-width: 1300px) {

    .parrent-cart[b-nxslifpywv] {
        width: 100%;
        flex-basis: 33.33%;
    }
}
/* _content/SmallProject web Blazor/Shared/BottomMenu.razor.rz.scp.css */

.navbar-brand[b-21get7hxuv] {
    font-size: 1.1rem;
}


.oi[b-21get7hxuv] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    margin-left: 16px;
}

.nav-item[b-21get7hxuv] {
    font-size: 0.9rem;
    place-self: center;
    flex-grow: 1;
}

.nav-item a[b-21get7hxuv] {
    line-height: 0px !important;
}


    .nav-item:first-of-type[b-21get7hxuv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-21get7hxuv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-21get7hxuv]  a {
        color: black;
        border-radius: 4px;
        display: flex;
        align-items: center;
        line-height: 0px !important;
    }

        .nav-item[b-21get7hxuv]  a.active {
            color: #01589f;
            line-height: 0px !important;
        }

        .nav-item[b-21get7hxuv]  a:hover {
            color: #01589f;
            line-height: 0px !important;
        }

.navbar-toggler[b-21get7hxuv] {
    display: none;
}

.collapse[b-21get7hxuv] {
    /* Never collapse the sidebar for wide screens */
    display: block;
}

/*.rightMode {
    display: flex;
    flex-wrap: wrap;*/
/*    align-items: center;
    justify-items: center;*/
/*padding: 0 !important;
}*/

.center-top-navigation[b-21get7hxuv] {
    width: 100%;
    display: flex;
    justify-content: center;
}


.mainnav[b-21get7hxuv] {
    justify-content: center;
    align-items: center;
}


.nlink[b-21get7hxuv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.text-span[b-21get7hxuv] {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 11px;
}

.icon-menubar[b-21get7hxuv] {
    font-size: 22px;
    font-weight: bold;
    --ionicon-stroke-width: 44px;
}

.px-3[b-21get7hxuv] {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
/* _content/SmallProject web Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-df6x6yvx16] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-df6x6yvx16] {
    flex: 1;
   
}

.sidebar[b-df6x6yvx16] {
    background-color: #01589f;
}

.margin-top-toolbar[b-df6x6yvx16]{
    margin-top : 56px;
}



.margin-bottom-for-toolbar[b-df6x6yvx16] {
}


.top-row[b-df6x6yvx16] {
    background-color: #f7f7f7 !important;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-df6x6yvx16]  a, .top-row .btn-link[b-df6x6yvx16] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-df6x6yvx16] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 740.98px) {
    .top-row:not(.auth)[b-df6x6yvx16] {
        display: none;
    }

    .top-row.auth[b-df6x6yvx16] {
        justify-content: space-between;
    }

    .toolbar[b-df6x6yvx16] {
        width: 100%;
    }

    .top-row a[b-df6x6yvx16], .top-row .btn-link[b-df6x6yvx16] {
        margin-left: 0;
    }

    .sidebar[b-df6x6yvx16] {
        background-color: red;
        display: none;
    }

    .bottombar[b-df6x6yvx16] {
        display: block;
    }

    .margin-bottom-for-toolbar[b-df6x6yvx16] {
        margin-bottom: 60px;
    }

   

}


@media (min-width: 741px) {
    .page[b-df6x6yvx16] {
        flex-direction: row;
    }

    .bottombar[b-df6x6yvx16] {
        display: none;
    }

    .toolbar[b-df6x6yvx16] {
        width: calc(100% - 250px);
    }

    .margin-bottom-for-toolbar[b-df6x6yvx16] {
        margin-bottom: 0px;
    }



    .sidebar[b-df6x6yvx16] {
        width: 250px;
        position: unset;
        top: 0;
        height: 100vh;
    }

    .top-row[b-df6x6yvx16] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-df6x6yvx16] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.toolbar[b-df6x6yvx16] {
    top: 0px;
    position: fixed;
    top: 0px;
    z-index: 10000;
    display: flex;
    margin: 0 auto;
    height: 56px;
    padding-right: 0px !important;
    background-color: #fcfbfb;
    box-shadow: -3px 2px 6px 0px #d1d0d0;
}


/* _content/SmallProject web Blazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mtltrpfm0z] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mtltrpfm0z] {
    height: 3.5rem;
}

.navbar-brand[b-mtltrpfm0z] {
    font-size: 1.1rem;
}

.icon-sidebar[b-mtltrpfm0z] {
    font-size: 20px;
    --ionicon-stroke-width: 40px;
    margin-left: 16px;
    margin-right: 16px;
}

.oi[b-mtltrpfm0z] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    margin-left: 16px;
}

.nav-item[b-mtltrpfm0z] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-right: 0px !important;
}

    .nav-item:first-of-type[b-mtltrpfm0z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mtltrpfm0z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mtltrpfm0z]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-mtltrpfm0z]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-mtltrpfm0z]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mtltrpfm0z] {
        display: none;
    }

    .collapse[b-mtltrpfm0z] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/*.rightMode {
    display: flex;
    flex-wrap: wrap;*/
/*    align-items: center;
    justify-items: center;*/
    /*padding: 0 !important;
}*/

.center-top-navigation[b-mtltrpfm0z] {
    width: 100%;
    display: flex;
    justify-content: center;
}

